DeleteCacheRequest

data class DeleteCacheRequest(cacheId: CacheId)

Represents request frame that can be used with CacheStorage#deleteCache operation call.

Deletes a cache.

See also

Constructors

DeleteCacheRequest
Link copied to clipboard
fun DeleteCacheRequest(cacheId: CacheId)

Properties

cacheId
Link copied to clipboard
val cacheId: CacheId
Id of cache for deletion.

Sources

jvm source
Link copied to clipboard